Version

HasAppointmentsInRange(DateTimeRange,IEnumerable<ScheduleResource>,Boolean) Method

Returns a value indicating whether there is appointment activity for the given range, filtering on the specified resourceIds. Also returns an array of dates containing the days with activity.
Syntax
public override DateQueryResult HasAppointmentsInRange( 
   DateTimeRange range,
   IEnumerable<ScheduleResource> resources,
   bool findFirst
)

Parameters

range
The range to test.
resources
Resources on which to filter, or null/empty to include all resources.
findFirst
If true, returns as soon as any one activity is found in the specified range for one of the specified resources. In this case the Infragistics.Scheduler.Data.DateQueryResultBase.Dates list is not populated. Pass true to optimize for the case where the actual dates with activity are not needed.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also